home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-30 | 596 b | 42 lines |
- #define DoNormalLib NO
- #define DoSharedLib YES
- #define DoDebugLib NO
- #define DoProfileLib NO
- #define LibName MESATK
- #define SoRev SOX11REV
- #define LibHeaders NO
-
- #include <Threads.tmpl>
-
- REQUIREDLIBS = $(X11ROOT)\\XFree86\\lib\\ $(TOP)\\lib\\ X11 MesaGL MesaGLU
- BUILDLIBDIR = $(TOP)\\lib
-
- DEFINES = -mieee-fp
- INCLUDES = -I$(TOP)\include
-
- SRCS = \
- cursor.c \
- event.c \
- font.c \
- getset.c \
- image.c \
- shapes.c \
- window.c
-
- OBJS = \
- cursor.o \
- event.o \
- font.o \
- getset.o \
- image.o \
- shapes.o \
- window.o
-
-
- LINTLIBS =
-
- #include <Library.tmpl>
-
- DependTarget()
-